home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / WRKBAS92.ZIP;1 / UPDATE.DOC < prev    next >
Encoding:
Text File  |  1992-06-26  |  2.6 KB  |  70 lines

  1. IMPORTANT: This disk contains a version of WORKBASE which creates
  2. Clipper-compatible index files, with the NTX extension. A version is
  3. also available which creates dBase-compatible index files with the
  4. NDX extension.
  5. --------------------------
  6. If you want WORKBASE to save its MEM file in a particular subdirectory, you
  7. simply need to set a DOS environmental variable. For example, if WORKBASE
  8. resides in a directory named UTIL, the environmental command will look like
  9. this:
  10.  
  11.                                 SET WB=UTIL
  12.  
  13. This command can be entered at the DOS prompt before you run WORKBASE, or
  14. it can be included in your AUTOEXEC.BAT or other batch file. (If you use
  15. WORKBASE regularly, it's best to simply put the command in AUTOEXEC.BAT so
  16. you don't have to remember it whenever you turn on your computer.)
  17.  
  18. Remember to type the command exactly as shown here, in all upper case, with
  19. no spaces before or after the equal sign and no additional punctuation.
  20.  
  21. If you do not enter this command, WORKBASE will simply save its MEM file
  22. harmlessly in the root directory.
  23. ------------------------
  24. Changes in Version 3.2 (February 1991)
  25.       Made some corrections in PRG interpreter GET and READ functions.
  26.       Improved appearance of user interface.
  27.       Began adding automatic record locking and other functions for network
  28.        compatibility
  29.       Expanded user manual.
  30.       Improved control of MEM file location.
  31. Changes in Version 3.25 (December 1991)
  32.       Recognize memory variables beginning with underscore.
  33. Changes in version 3.3 (April 1992)
  34.       Added CLEAR TYPEAHEAD.
  35.       Added CLEAR GETS.
  36.       Added SET DELIMITERS.
  37.       EDIT and VIEW now accept a record number.
  38.       Colors set with SET COLOR TO or SETCOLOR() are saved as defaults.
  39.       Improved error handling system.
  40.       Eliminated LOGO command.
  41.       Eliminated DIFFERENCE() function.
  42.       Corrected use of path in filenames.
  43.       Added DELIMITED and SDF options to COPY command.
  44.       Many internal revisions improved efficiency.
  45.       Changed registration reminder screen.
  46. Changes in version 3.4 (May 1, 1992)
  47.       Added:
  48.         @ CLEAR
  49.         DOS / SHELL command
  50.         SAVE SCREEN and RESTORE SCREEN
  51.         SET FUNCTION
  52.         SET INTENSITY
  53.         NEXT # scope now recognized by AVERAGE, COPY, COUNT, DELETE, 
  54.          DISPLAY, REPLACE.
  55.       Added to PRG interpreter:
  56.         ACCEPT
  57.         WAIT
  58. Changes in version 3.5 (May 25, 1992)
  59.       Added:
  60.         SET RETRY / REPROCESS
  61.         SORT
  62.       Added to PRG interpreter:
  63.         SET CONFIRM
  64.         SET CONSOLE
  65.         SET DEVICE
  66.         PROMPT
  67.         MENU TO
  68.         SET MESSAGE
  69.         SET WRAP
  70.